diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-07 07:34:42 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-07 07:34:42 +0100 |
| commit | c9bd403bb5910829b0c4bdf42e8e08d115b76c77 (patch) | |
| tree | f713bb4011bff3f347a844087ec1e06108f52c02 /src/pages/[locale]/submit.astro | |
| parent | c47baaffb75b75488cb6679a68d63f4456ce3b26 (diff) | |
submissions on haud
Diffstat (limited to 'src/pages/[locale]/submit.astro')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index f12de86..1a7d267 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -16,9 +16,7 @@ const t = translate(locale); <Page title={t(tPage, { key: 'title' })}> <section> <h2 set:html={t(tPage, { key: 'title' })} /> - <p set:html={t(tPage, { key: 'submit-para-1' })} /> - <p set:html={t(tPage, { key: 'submit-para-2' })} /> - <p set:html={t(tPage, { key: 'submit-para-3' })} /> + <p set:html={t(tPage, { key: 'on-pause-para-1' })} /> </section> <section> <h2 set:html={t(tPage, { key: 'copyright-heading' })} /> |
